Vcenter Lcm Update Pending Summary

Vcenter Lcm Update Pending Summary
Vcenter Lcm Update Pending Summary

The Vcenter Lcm Update Pending Summary schema contains basic information about the vCenter patch/update/upgrade

JSON Example
{
    "pending_update": "string",
    "version": "string",
    "release_date": "string",
    "severity": "string",
    "build": "string",
    "update_type": "string",
    "category": "string",
    "reboot_required": false,
    "execute_url": "string",
    "release_notes": [
        "string"
    ]
}
string
pending_update
Required

Identifier of the given vSphere update

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.lcm.update.pending. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.lcm.update.pending.

string
version
Required

Version of the vSphere update or patch

string As date-time As date-time
release_date
Required

Release date of the vSphere update or patch

string
severity
Required

Severity of the issues fixed in the vSphere update or patch

For more information see: Vcenter Lcm Update Pending SeverityType.

string
build
Required

Build number of the vCenter Release

string
update_type
Required

Type of the Release based on the current vCenter version

For more information see: Vcenter Lcm Update Pending UpdateType.

string
category
Required

Category of the release based on features bundled on top of previous release

For more information see: Vcenter Lcm Update Pending Category.

boolean
reboot_required
Required

Flag to suggest a reboot after the release is applied

string As uri As uri
execute_url
Required

VAMI or ISO URL for update or upgrade execute phase redirection

array of string
release_notes
Required

List of URI pointing to patch or update release notes